home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / software / spybot / spybotsd12.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMPROXYSETTINGS / TFORMPROXYSETTINGS.txt
Encoding:
Text File  |  2003-03-16  |  2.7 KB  |  138 lines

  1. object formProxySettings: TformProxySettings
  2.   Left = 466
  3.   Top = 342
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'Proxy settings'
  7.   ClientHeight = 222
  8.   ClientWidth = 280
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object groupNecessary: TGroupBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 280
  23.     Height = 81
  24.     Align = alTop
  25.     Caption = 'Necessary settings'
  26.     TabOrder = 0
  27.     object labelNecessary0: TLabel
  28.       Left = 16
  29.       Top = 24
  30.       Width = 65
  31.       Height = 17
  32.       AutoSize = False
  33.       Caption = 'Host:'
  34.     end
  35.     object labelNecessary1: TLabel
  36.       Left = 16
  37.       Top = 48
  38.       Width = 65
  39.       Height = 17
  40.       AutoSize = False
  41.       Caption = 'Port:'
  42.     end
  43.     object eHost: TEdit
  44.       Left = 88
  45.       Top = 24
  46.       Width = 177
  47.       Height = 21
  48.       Hint = 
  49.         'Enter just the proxy name or IP here, like mycomp.local or 127.0' +
  50.         '.0.1'
  51.       ParentShowHint = False
  52.       ShowHint = True
  53.       TabOrder = 0
  54.     end
  55.     object ePort: TEdit
  56.       Left = 88
  57.       Top = 48
  58.       Width = 177
  59.       Height = 21
  60.       Hint = 'This is usually either 8080 or 80.'
  61.       ParentShowHint = False
  62.       ShowHint = True
  63.       TabOrder = 1
  64.     end
  65.   end
  66.   object groupAuthentication: TGroupBox
  67.     Left = 0
  68.     Top = 81
  69.     Width = 280
  70.     Height = 104
  71.     Align = alTop
  72.     Caption = 'Authentication'
  73.     TabOrder = 1
  74.     object labelAuth0: TLabel
  75.       Left = 16
  76.       Top = 48
  77.       Width = 65
  78.       Height = 17
  79.       AutoSize = False
  80.       Caption = 'User name:'
  81.     end
  82.     object labelAuth1: TLabel
  83.       Left = 16
  84.       Top = 72
  85.       Width = 65
  86.       Height = 17
  87.       AutoSize = False
  88.       Caption = 'Password:'
  89.     end
  90.     object cbUseAuth: TCheckBox
  91.       Left = 8
  92.       Top = 24
  93.       Width = 257
  94.       Height = 17
  95.       Caption = 'Proxy server needs login...'
  96.       TabOrder = 0
  97.     end
  98.     object eUsername: TEdit
  99.       Left = 88
  100.       Top = 48
  101.       Width = 177
  102.       Height = 21
  103.       Hint = 
  104.         'Enter just the proxy name or IP here, like mycomp.local or 127.0' +
  105.         '.0.1'
  106.       ParentShowHint = False
  107.       ShowHint = True
  108.       TabOrder = 1
  109.     end
  110.     object ePassword: TEdit
  111.       Left = 88
  112.       Top = 72
  113.       Width = 177
  114.       Height = 21
  115.       Hint = 'This is usually either 8080 or 80.'
  116.       ParentShowHint = False
  117.       ShowHint = True
  118.       TabOrder = 2
  119.     end
  120.   end
  121.   object bnOK: TBitBtn
  122.     Left = 184
  123.     Top = 192
  124.     Width = 89
  125.     Height = 25
  126.     TabOrder = 2
  127.     Kind = bkOK
  128.   end
  129.   object bnCancel: TBitBtn
  130.     Left = 80
  131.     Top = 192
  132.     Width = 89
  133.     Height = 25
  134.     TabOrder = 3
  135.     Kind = bkAbort
  136.   end
  137. end
  138.